dokcer pause
1 命令语法
docker pause -h
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Pause all the processes in one or more containers
Description:
Pauses one or more running containers. The container name or ID can be used.
Usage:
podman pause [options] CONTAINER [CONTAINER...]
Examples:
podman pause mywebserver
podman pause 860a4b23
podman pause -a
Options:
-a, --all Pause all running containers
2 命令说明
参数 | 说明 |
---|---|
CONTAINER | 容器名称 |
3 【Options】选项
参数 | 说明 |
---|---|
-a,--author="" | 暂停所有正在运行的容器。 |